home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d4 / aircond.arc / AIRCON.EXP next >
Text File  |  1988-03-19  |  7KB  |  251 lines

  1. central air conditioner faults diagnosis
  2.  
  3. ( RULE 0 )
  4. IF complaint is "no cooling"
  5. AND nothing works
  6. THEN problem is no control voltage
  7.  
  8. ( RULE 1 )
  9. IF problem is no control voltage
  10. AND control transformer is getting line voltage
  11. AND control transformer output is zero volts
  12. THENCON fault is burned out control transformer
  13.  
  14. ( RULE 2 )
  15. IF complaint is "no cooling"
  16. ANDNOT nothing works
  17. AND indoor fan will run
  18. THEN problem is in condensing section
  19.  
  20.  
  21. ( RULE 3 )
  22. IF problem is in condensing section
  23. ANDNOT compressor will run
  24. ANDNOT outdoor fan will run
  25. ANDNOT line voltage is available to contactor
  26. THENCON condensing unit main power is off
  27.  
  28. ( RULE 4 )
  29. IF problem is in condensing section
  30. ANDNOT compressor will run
  31. ANDNOT outdoor fan will run
  32. AND line voltage is available to contactor
  33. THEN problem is in contactor
  34.  
  35. ( RULE 5 )
  36. IF problem is in contactor
  37. AND 24 volts is available to contactor coil
  38. AND contactor coil resistance is infinite ohms
  39. THENCON contactor coil is open
  40.  
  41. ( RULE 6 )
  42. IF problem is in condensing section
  43. ANDNOT compressor will run
  44. AND outdoor fan will run
  45. AND voltage exists across contactor compressor contact
  46. THENCON fault is contactor compressor contact is open
  47.  
  48. ( RULE 7 )
  49. IF problem is in condensing section
  50. ANDNOT outdoor fan will run
  51. AND compressor will run
  52. AND voltage exists across contactor outdoor fan contact
  53. THENCON fault is contactor outdoor fan contact is open
  54.  
  55. ( RULE 8 )
  56. IF problem is in condensing section
  57. ANDNOT compressor will run
  58. AND outdoor fan will run
  59. ANDNOT voltage exists across contactor compressor contact
  60. ANDNOT compressor common amps are 52 amps
  61. THEN problem is in compressor
  62.  
  63. ( RULE 9 )
  64. IF problem is in compressor
  65. ANDNOT compressor will run
  66. AND "R" to "C" resistance is infinity
  67. ANDNOT "S" to "C" resistance is infinity
  68. THENCON fault is open compressor run winding
  69.  
  70. ( RULE 10 )
  71. IF problem is in condensing section
  72. ANDNOT compressor will run
  73. AND outdoor fan will run
  74. ANDNOT voltage exists across contactor compressor contact
  75. AND compressor common amps are 52 amps
  76. THEN problem is in compressor start circuit
  77.  
  78. ( RULE 11 )
  79. IF problem is in compressor start circuit
  80. AND "S" to "C" resistance is infinity
  81. THENCON fault is open compressor start winding
  82.  
  83. ( RULE 12 )
  84. IF problem is in compressor start circuit
  85. ANDNOT "S" to "C" resistance is infinity
  86. THEN problem is in compressor capacitor
  87.  
  88. ( RULE 13 )
  89. IF problem is in compressor capacitor
  90. AND discharged capacitor shows infinite resistance
  91. THENCON fault is open compressor capacitor
  92.  
  93. ( RULE 14 )
  94. IF problem is in condensing section
  95. AND compressor will run
  96. ANDNOT outdoor fan will run
  97. ANDNOT voltage exists across contactor outdoor fan contact
  98. THEN problem is in outdoor fan or capacitor
  99.  
  100. ( RULE 15 )
  101. IF problem is in outdoor fan or capacitor
  102. AND outdoor fan run lead amperage is zero
  103. THENCON fault is open outdoor fan run winding
  104.  
  105. ( RULE 16 )
  106. IF problem is in outdoor fan or capacitor
  107. ANDNOT outdoor fan run lead amperage is zero
  108. AND outdoor fan start lead amperage is zero
  109. ANDNOT discharged capacitor shows infinite resistance
  110. THENCON fault is open outdoor fan start winding
  111.  
  112. ( RULE 17 )
  113. IF problem is in outdoor fan or capacitor
  114. ANDNOT outdoor fan run lead amperage is zero
  115. AND outdoor fan start lead amperage is zero
  116. AND discharged capacitor shows infinite resistance
  117. THENCON fault is open outdoor fan capacitor
  118.  
  119. ( RULE 18 )
  120. IF complaint is "no cooling"
  121. ANDNOT nothing works
  122. ANDNOT indoor fan will run
  123. AND voltage exists across fan relay N.O. contacts
  124. THEN problem is in fan relay
  125.  
  126. ( RULE 19 )
  127. IF problem is in fan relay
  128. AND voltage exists across fan relay N.O. contacts
  129. AND relay coil resistance is infinity
  130. THENCON fault is open relay coil
  131.  
  132. ( RULE 20 )
  133. IF problem is in fan relay
  134. AND voltage exists across fan relay N.O. contacts
  135. ANDNOT relay coil resistance is infinity
  136. THENCON fault is relay contact stuck open
  137.  
  138. ( RULE 21 )
  139. IF complaint is "no cooling"
  140. ANDNOT nothing works
  141. ANDNOT indoor fan will run
  142. ANDNOT voltage exists across fan relay N.O. contacts
  143. AND fan high speed lead amperage is 0 amps
  144. THENCON fault is open indoor fan high speed winding
  145.  
  146. ( RULE 22 )
  147. IFNOT complaint is "no cooling"
  148. ANDNOT complaint is "not enough cooling"
  149. AND complaint is "none"
  150. THEN we had best check heating mode
  151.  
  152. ( RULE 23 )
  153. IF we had best check heating mode
  154. AND fan switch is in "auto" position
  155. ANDNOT indoor fan runs after call for heat
  156. AND fan low speed lead amperage is 0 amps
  157. THENCON fault is open indoor fan low speed winding
  158.  
  159. ( RULE 24 )
  160. IF complaint is "no cooling"
  161. ANDNOT nothing works
  162. ANDNOT indoor fan will run
  163. ANDNOT voltage exists across fan relay N.O. contacts
  164. ANDNOT fan high speed lead amperage is 0 amps
  165. THEN problem is in fan starting circuit
  166.  
  167. ( RULE 25 )
  168. IF problem is in fan starting circuit
  169. AND discharged capacitor shows infinite resistance
  170. THENCON fault is open indoor fan capacitor
  171.  
  172. ( RULE 26 )
  173. IFNOT complaint is "no cooling"
  174. AND complaint is "not enough cooling"
  175. ANDNOT indoor section filter is dirty
  176. THEN problem is in outdoor section
  177.  
  178. ( RULE 27 )
  179. IF problem is in outdoor section
  180. AND complaint is "not enough cooling"
  181. AND condensing coil is clean
  182. AND condensing temp < 30 deg. above ambient
  183. THENCON fault is low system refrigerant charge
  184.  
  185. ( RULE 28 )
  186. IFNOT complaint is "no cooling"
  187. AND complaint is "not enough cooling"
  188. AND indoor section filter is dirty
  189. THENCON fault is dirty filter
  190.  
  191. ( RULE 29 )
  192. IF problem is in outdoor section
  193. AND complaint is "not enough cooling"
  194. ANDNOT condensing coil is clean
  195. THENCON fault is dirty condensing coil
  196.  
  197. ( RULE 30 )
  198. IF problem is in condensing section
  199. AND compressor will run
  200. AND outdoor fan will run
  201. ANDNOT compressor is continuously cycling
  202. ANDNOT condensing unit main power breaker trips
  203. AND hi & lo pressures are equal or nearly equal
  204. THENCON fault is compressor valve failure
  205.  
  206. ( RULE 31 )
  207. IFNOT complaint is "no cooling"
  208. ANDNOT complaint is "not enough cooling"
  209. ANDNOT complaint is "none"
  210. AND complaint is "outdoor unit makes knocking noise"
  211. THENCON fault is broken compressor internal mount
  212.  
  213. ( RULE 32 )
  214. IFNOT complaint is "no cooling"
  215. ANDNOT complaint is "not enough cooling"
  216. ANDNOT complaint is "none"
  217. AND complaint is "outdoor unit makes squealing noise"
  218. AND noise is coming from outdoor fan
  219. THENCON fault is worn outdoor fan motor bearings
  220.  
  221. ( RULE 33 )
  222. IFNOT complaint is "no cooling"
  223. ANDNOT complaint is "not enough cooling"
  224. ANDNOT complaint is "none"
  225. AND complaint is "indoor unit makes squealing noise"
  226. AND noise is coming from indoor fan
  227. THENCON fault is worn indoor fan motor bearings
  228.  
  229. ( RULE 34 )
  230. IF problem is in condensing section
  231. AND compressor will run
  232. AND outdoor fan will run
  233. ANDNOT compressor is continuously cycling
  234. AND condensing unit main power breaker trips
  235. AND condensing unit total current is less than 20 amps
  236. THENCON fault is faulty condensing unit main power breaker
  237.  
  238. ( RULE 35 )
  239. IF problem is in condensing section
  240. AND compressor will run
  241. AND outdoor fan will run
  242. AND compressor is continuously cycling
  243. AND condensing unit voltage is less than 208 volts
  244. THENCON fault is low main power voltage
  245.  
  246. ( RULE 36 )
  247. IF we had best check heating mode
  248. AND fan switch is in "auto" position
  249. AND indoor fan runs after call for heat
  250. THENCON unit is fine - there are no faults
  251.